home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Educ / Higher Ed / G-M / MacPhaseExtras.sit / MacPhase Extras / MacPhase Macro Help.rsrc / TEXT_264_val.txt < prev    next >
Encoding:
Text File  |  1994-07-30  |  261 b   |  7 lines

  1. function Val(text : Str255; number) : boolean;
  2.  
  3. Converts the string to a number.  Returns FALSE if there was an error in conversion.  The string need not be a pure number, bad characters will be skipped.
  4.  
  5. Example:  'hello. 3.13asdf' => 3.13
  6.  
  7. Also see:  Concat